home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
i
/
imagefxv2.1a.lha
/
ImageFX
/
Rexx
/
AutoFX
/
Custom.ifx
< prev
next >
Wrap
Text File
|
1996-03-02
|
258b
|
15 lines
/*
* Custom.ifx
* Executes a user-entered command, specified in the
* ImpCustomCommand clip variable, set by the pre script.
*
* by Steve Tibbett
*/
Options Results
SeqNum=Word(Arg(1),4);
Command=GetClip("ImpCustomCommand"SeqNum);
Interpret Command